home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / WebObjectsDoc_HTML / Reuse / ReusableComponentsEx / WosSource.wo / WosSource.wod < prev    next >
Encoding:
Text File  |  1996-03-01  |  287 b   |  18 lines

  1. ////////////////////////
  2. //  SourceSplitView
  3. //  by Charles Lloyd
  4. ////////////////////////
  5.  
  6.  
  7.  
  8. WosFileString: ComponentFileString {
  9.     componentName = componentName;
  10.     extension = "wos";
  11. };
  12.  
  13. TitleBox: TitleBox {
  14.     value = titleString;
  15.     fontColor = "#ff0000";
  16.     fontSize = 4;
  17. };
  18.